Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Update changelog for sdk-py v0.0.105#92

Merged
jhaynie merged 1 commit intomainfrom
devin/1735041560-update-changelog-v0-0-105
Aug 29, 2025
Merged

Update changelog for sdk-py v0.0.105#92
jhaynie merged 1 commit intomainfrom
devin/1735041560-update-changelog-v0-0-105

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot commented Aug 28, 2025

Update changelog for sdk-py v0.0.105

Summary

Updates the CHANGELOG.md file to document the v0.0.105 release which contains a fix for session_id formatting in OpenTelemetry tracing. The changelog entry follows the established Keep a Changelog format and includes the appropriate PR reference and version comparison link.

Review & Testing Checklist for Human

  • Verify the changelog description accurately reflects the changes in v0.0.105 (compare against PR fix issue with session_id #91 and the actual release)
  • Confirm the formatting matches existing changelog entries and follows Keep a Changelog standards
  • Test that the PR link (fix issue with session_id #91) and version comparison link work correctly

Notes

This is a documentation-only change updating the changelog for the v0.0.105 release. The release contains a single fix related to session_id formatting in OpenTelemetry tracing where trace_id is now properly converted to string format.

Link to Devin run: https://app.devin.ai/sessions/8d7d2d0c27604cd3b82f7d3946e66f12
Requested by: unknown ()

Summary by CodeRabbit

  • Documentation
    • Updated the changelog for version 0.0.105 (2025-08-28), noting a fix related to session_id formatting in OpenTelemetry tracing and linking to the corresponding pull request.
    • Added cross-reference anchors for version 0.0.105 to improve navigation between versions.
    • Clarified that this release includes documentation-only updates.
  • Chores
    • No code or public API changes; housekeeping updates limited to release notes.

- Add entry for v0.0.105 with session_id formatting fix
- Include PR #91 reference
- Add version comparison link

Co-Authored-By: unknown <>
@devin-ai-integration
Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Aug 28, 2025

Walkthrough

Updated CHANGELOG.md to add version 0.0.105 (2025-08-28) noting a fix for session_id formatting in OpenTelemetry tracing and linking to PR #91. Added corresponding 0.0.105 compare anchors. No code or API changes.

Changes

Cohort / File(s) Summary of changes
Docs/Changelog
CHANGELOG.md
Added v0.0.105 entry (Fixed: session_id string conversion in OpenTelemetry tracing; link to PR #91). Inserted 0.0.105 compare anchors in the references section. No code edits.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • jsw324
  • jhaynie

Poem

A hop and a bop in the changelog glade,
I nibbled some notes on the fixes we made.
Session IDs now string-true and bright—
Trace trails crisp in the moonlit night.
Thump-thump! I stamp the version anew,
0.0.105—carrot-orange hue. 🥕🐇

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch devin/1735041560-update-changelog-v0-0-105

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbit in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbit in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbit gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbit read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbit help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbit ignore or @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbit summary or @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbit or @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@coderabbitai coderabbitai Bot requested review from jhaynie and jsw324 August 28, 2025 22:21
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
CHANGELOG.md (1)

8-12: Clarify changelog entry for 0.0.105
Use backticks for identifiers and specify the conversion explicitly:

### Fixed
- Fixed issue with session_id formatting in OpenTelemetry tracing to ensure proper string conversion ([#91](https://github.com/agentuity/sdk-py/pull/91))
+ Fixed `session_id` formatting in OpenTelemetry tracing by converting `trace_id` to string ([#91](https://github.com/agentuity/sdk-py/pull/91))
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 02c8ff8 and 4930ba9.

📒 Files selected for processing (1)
  • CHANGELOG.md (2 hunks)
🧰 Additional context used
🪛 LanguageTool
CHANGELOG.md

[grammar] ~10-~10: There might be a mistake here.
Context: ...). ## [0.0.105] - 2025-08-28 ### Fixed - Fixed issue with session_id formatting in Ope...

(QB_NEW_EN)

🔇 Additional comments (1)
CHANGELOG.md (1)

284-284: Compare link for 0.0.105 looks correct and ordering is consistent

The anchor points from v0.0.104…v0.0.105 and matches Keep a Changelog style. LGTM.

@jhaynie jhaynie merged commit dec5b7d into main Aug 29, 2025
5 checks passed
@jhaynie jhaynie deleted the devin/1735041560-update-changelog-v0-0-105 branch August 29, 2025 01:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant